
Last chance! 50% off unlimited learning
Sale ends in
ternary(x, means = TRUE, pca = FALSE)
Aitchison J. (1986). The statistical analysis of compositional data. Chapman & Hall.
comp.den, alfa, diri.contour, comp.kerncontour
library(MASS)
x <- fgl[, 2:4]
ternary(x, means = FALSE)
x <- iris[, 1:3]
ternary(x, pca = TRUE)
Run the code above in your browser using DataLab